# NOT RUN {
D = TimsR('path/to/your/folder.d')
all_cols = c('frame','scan','tof','intensity',
'mz','inv_ion_mobility','retention_time')
print(D[c(1,20, 53), all_cols]
# extracted all columns
print(D[c(1,20, 53), c('scan','intensity')]
# only 'scan' and 'intensity'
# }
Run the code above in your browser using DataLab